-
Notifications
You must be signed in to change notification settings - Fork 51
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
Missing CAP cache value for: NativeCodeInfo:PosixDirectives:StructInfo:struct___darwin_mcontext64:StructFieldInfo: #1218
Comments
Just to add, I recreated this on aarch64 M1 macOS. Falling back to 1.0.16 of the gluonfx maven plugin allows the ios-sim target to work. |
I have also run into this issue. Falling back to 1.0.16 works for the default application but as soon as I add my project dependency I run into issue #1154 (OS: duplicate symbol in prefs). |
I noticed from #1196 that the following values had been removed. Adding them back allowed me to complete the build but it did then fail on the packaging step. NativeCodeInfo:PosixDirectives:StructInfo:struct___darwin_mcontext64:StructFieldInfo:__ss___r10:PropertyInfo:size=8 |
I also assume this is related to #1098 |
Running the plugin mvn gluonfx:compile with a target of ios-sim yields the following error:
I encountered this running a personal project but have been able to reproduce with the gluon-samples/HelloFX.
I can see in @jperedadnr you may have had the missing CAP cache entries for NativeCodeInfo:PosixDirectives:StructInfo:struct___darwin_mcontext64:StructFieldInfo in your fork, but I can't tell if they were ever merged or removed.
I have validated the same goal works for ios and host as expected.
Please let me know if I can help in anyway.
Thx
Chris
Expected Behavior
The goal should compile for x86_64-apple-ios.
Current Behavior
Steps to Reproduce
Checkout out HelloFX project, modify the ios profile with the target of ios-sim. Change the compiler release version to 17.
Your Environment
macOS 13.3.1 (22E261)
2.4 GHz 8-Core Intel Core i9
32 GB 2667 MHz DDR4
OpenJDK Runtime Environment Zulu17.42+19-CA (build 17.0.7+7-LTS)
The text was updated successfully, but these errors were encountered: