Sjors / libwally-swift

Swift wrapper for LibWally, a collection of useful primitives for cryptocurrency wallets
MIT License
40 stars 18 forks source link

Unable to build for Playground #66

Open Sjors opened 2 years ago

Sjors commented 2 years ago

Hopefully this works again after #61.

Schermafbeelding 2022-04-14 om 13 28 02
jurvis commented 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 :)

Sjors commented 2 years ago

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?

jurvis commented 2 years ago

@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 😄

jurvis commented 2 years ago

@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

Sjors commented 2 years ago

Sounds good, but let's indeed wait for those two PR's.