You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Why is my clean build failing?](#why-is-my-clean-build-failing)
32
32
-[How do I include Java files from additional source directories?](#how-do-i-include-java-files-from-additional-source-directories)
33
33
-[How do I develop with Swift?](#how-do-i-develop-with-swift)
34
-
-[How do I solve 'File not found' import error in Xcode?](#how-do-i-solve-file-not-found-import-error-in-xcode)
34
+
-[How do I manually configure my Xcode project to use the translated libraries?](#how-do-i-manually-configure-my-xcode-project-to-use-the-translated-libraries)
35
35
-[How do I work with Package Prefixes?](#how-do-i-work-with-package-prefixes)
36
36
-[How do I enable ARC for my translated Objective-C classes?](#how-do-i-enable-arc-for-my-translated-objective-c-classes)
37
37
-[How do I call finalConfigure()?](#how-do-i-call-finalconfigure)
@@ -89,8 +89,9 @@ is opened in Xcode then CocoaPods will fail. This will appear as an Xcode build
89
89
library not found for -lPods-IOS-APP-j2objc-shared
90
90
91
91
If you don't use CocoaPods, do not specify the `xcodeProjectDir` option;
92
-
you'll have to manually add the static libraries and translated header directories
93
-
to your Xcode project, and `j2objcXcode` will not do anything.
92
+
you'll have to [manually](#how-do-i-manually-configure-my-xcode-project-to-use-the-translated-libraries)
93
+
add the static libraries and translated header directories to your Xcode project,
94
+
and `j2objcXcode` will not do anything.
94
95
95
96
Also see the FAQ note on [developing with Swift](#how-do-i-develop-with-swift).
96
97
@@ -283,7 +284,7 @@ sourceSets {
283
284
To work with Swift in Xcode, you need to configure a
0 commit comments