Open Sjors opened 2 years ago
currently I'm not working towards Mac Catalyst support yet. Just iOS device + simulator. We can work on Mac Catalyst support thereafter though, should be easy with xcframeworks :)
Any idea why the Playground stopped working? I never had Mac Catalyst support in the past, and I have an Intel Mac, so why doesn't the simulator build work for playgrounds?
@Sjors hm, I actually have no idea. it should be an expected issue for #69 since we don't build the framework for x86_64
yet, but no reason it should be broken now. I can look into it later. I'm planning to do some testing with my Intel Mac too 😄
@Sjors I was able to get Playgrounds to work again by having the xcodeproj
and playground
in an xcworkspace
. Let me know if will like me to submit a PR for that. Probably after we merge #69 and #71?
since it'll involve some changes to the xcodeproj
Sounds good, but let's indeed wait for those two PR's.
Hopefully this works again after #61.