Skip to content

Commit 8a80c9a

Browse files
authored
add release note (#454)
1 parent c3cd364 commit 8a80c9a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Scripts/build_all.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)