File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,15 @@ main() {
3333 # TODO: This isn't the best, but you can supply "clean" to our command.
3434 action=" $1 "
3535 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+
3745 # xcodebuild -workspace OptimizelySDK.xcworkspace -scheme OptimizelyiOSDemoApp -configuration Release "${action}"
3846 # xcodebuild -workspace OptimizelySDK.xcworkspace -scheme OptimizelyTVOSDemoApp -configuration Release "${action}"
3947 xcodebuild -workspace OptimizelySDK.xcworkspace -scheme OptimizelySDKCoreiOS -configuration Release " ${action} "
You can’t perform that action at this time.
0 commit comments