File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,15 @@ main() {
33
33
# TODO: This isn't the best, but you can supply "clean" to our command.
34
34
action=" $1 "
35
35
fi ;
36
- # TODO: We'll need to specify certificate for the app builds.
36
+
37
+ # ------------------------------------------------------------------------------------
38
+ # NOTE: [use Xcode10 for now]
39
+ # - Xcode11 fails for building "OptimizelySDKiOS-Universal" (confused with "Mac" as a destination target with no reason)
40
+ # It works ok for all other builds including "OptimizelySDKtvOS-Universal"
41
+ # - Xcode12 fails for building for all modules except for "OptimizelySDKCore" and "OptimizelySDKShared"
42
+ # Link errors
43
+ # ------------------------------------------------------------------------------------
44
+
37
45
# xcodebuild -workspace OptimizelySDK.xcworkspace -scheme OptimizelyiOSDemoApp -configuration Release "${action}"
38
46
# xcodebuild -workspace OptimizelySDK.xcworkspace -scheme OptimizelyTVOSDemoApp -configuration Release "${action}"
39
47
xcodebuild -workspace OptimizelySDK.xcworkspace -scheme OptimizelySDKCoreiOS -configuration Release " ${action} "
You can’t perform that action at this time.
0 commit comments