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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- bitcode is disabled as deprecated, causes binary verification fail at apple side, also causes VM natives compilation to fail
- added `Library/Developer/Xcode/UserData/Provisioning Profiles` folder for provisioning profiles
- fixed ObjectFileTest. Recent clang includes dwarf v5 debug info and it is not compatible with our implementation (affects only test)
- CMAKE -- fixed warning that `exec_program should not be used`
Sorry, I am new to this and am having a Provisioning Issue. I changed my Gradle t point to the SNAPSHOT. Do I need to download the Provisioning profile from Apple and install it in the new directory? Is there a way to for the compiler to show the list of provisioning profiles that it does see?
Merge for test for others, can't test until next week. But maybe @obigu can give it a go
Thanks. I'm getting this log (edited the UIDs) when trying to run on device:
[INFO] 12:56:46.782 Build done
[INFO] 12:56:46.784 Launching executable
[INFO] 12:56:46.838 Waiting for device: Required XXXXXX-XXXXX is not connected ([XXXXXX-XXXXX]). (retry 1 of 20)...
[INFO] 12:56:47.842 Waiting for device: Required XXXXXX-XXXXX is not connected ([XXXXXX-XXXXX]). (retry 2 of 20)...
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Library/Developer/Xcode/UserData/Provisioning Profiles
folder for provisioning profilesexec_program should not be used