-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
project can't build after upgrade IDE XCode from 10 to 11: #1807
Comments
Hi @zhsunsea , I see that you use old versions of |
@alexandergoncharov |
@flogspace , looks like here is your solution. Could you please try to do this steps and let me know if was helpful to you? #1782 (comment) |
Hi there! |
Hi @flogspace , @zhsunsea , We merged #1901 and also updated Microsoft docs here: https://docs.microsoft.com/en-us/appcenter/distribution/codepush/rn-deployment So, I'm going to close this issue for now. Please feel free to reopen it if you have any questions. |
project can't build after upgrade IDE XCode from 10 to 11:
Steps to Reproduce
Noticed some parameters diffs from XCode 10 to 11, and configuration of code-push are different.
In article https://docs.microsoft.com/en-us/appcenter/distribution/codepush/react-native#multi-deployment-testing said:$(BUILD_DIR)/$ (CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to $(BUILD_DIR)/Release$ (EFFECTIVE_PLATFORM_NAME)"
"Go to Build Location > Per-configuration Build Products Path > Staging and change Staging value from
Expected Behavior
Hope a new guidebook for code-push configure in XCode 11
Environment
Steps to Reproduce
Noticed some parameters diffs from XCode 10 to 11, and configuration of code-push are different.
In article https://docs.microsoft.com/en-us/appcenter/distribution/codepush/react-native#multi-deployment-testing said:$(BUILD_DIR)/$ (CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to $(BUILD_DIR)/Release$ (EFFECTIVE_PLATFORM_NAME)"
"Go to Build Location > Per-configuration Build Products Path > Staging and change Staging value from
Expected Behavior
Hope a new guidebook for code-push configure in XCode 11
The text was updated successfully, but these errors were encountered: