-
Notifications
You must be signed in to change notification settings - Fork 351
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
Xcode15 compile error #336
Comments
That looks like a very old version. Update to the latest version of SwiftUIIntrospect (0.11.0) and let me know if it works. Also I'd appreciate something more than a screenshot as that gives me very little contextual information about how the error is occurring.
|
I have the same issue when installing using Cocoapods. When I install using SPM I get M1 |
@oscarkockum could you provide a small reproducible example that showcases this issue please? I'm unable to reproduce in my M1 machine running Xcode 15 beta 7. Also, feel free to file a separate issue about |
Hi @davdroman ! I created a quick project but could not reproduce the error, and found out the issue comparing the build settings. |
@oscarkockum that's excellent news! I'll cross post this to #189 to help folks still struggling with this. |
@oscarkockum just to clarify, is this particular |
|
xcode15 beta7 is the same error |
@whuxujiyuan so it seems it's this line in your Podfile that's causing the issue: config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES' Now, I don't know exactly why that flag is set. I'd appreciate some more insight on that. But as far as the error goes, I should be able to work out a fix by adding a default conformance as suggested by the compiler. |
The text was updated successfully, but these errors were encountered: