Skip to content
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

* maintenance: XCode16 support (also fixes #795) #797

Merged

Conversation

dkimitsa
Copy link
Contributor

  • 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

- 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`
@hapaboyjr
Copy link

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?

@dkimitsa
Copy link
Contributor Author

@hapaboyjr
it is not merged yet. meanwhile you can link new location to old one as described in comment and it should just work

@Tom-Ski Tom-Ski marked this pull request as ready for review January 8, 2025 08:08
@Tom-Ski
Copy link
Member

Tom-Ski commented Jan 8, 2025

Merge for test for others, can't test until next week. But maybe @obigu can give it a go

@Tom-Ski Tom-Ski merged commit 5f993f1 into MobiVM:master Jan 8, 2025
1 check passed
@obigu
Copy link
Contributor

obigu commented Jan 8, 2025

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)...

Would be great if somebody else could confirm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants