coletz
04/16/2020, 8:35 PMrusshwolf
04/16/2020, 9:50 PMkpgalligan
04/16/2020, 11:24 PMkpgalligan
04/16/2020, 11:24 PMcoletz
04/20/2020, 8:06 PMcocoapodsext {
...
isStatic = false
}
so I think this was not the issue.
Sorry for the mistake about xcodesync, I don't know at all what those plugin are doing since I'm mainly working on the android side and I'm not really into all that cocoapods stuff (I am at "pod init, pod install" level).
Anyway I'm not sure if cmd+shift+k works since I'm not the one working on the ios side, maybe I'll try in the next days. For now I just switched back to the old config since I needed everything up and running asap. Thanks for the hint, as usual!kpgalligan
04/20/2020, 9:50 PMisStatic = true
to avoid the refresh issue. Xcode frameworks can be static or dynamic. The default cocoapods plugin can only make static frameworks. We forked the cocoapods plugin so we could make dynamics frameworks. Having them dynamic allows us to attache the debugger. However, for some reason with dynamic frameworks you need to clean build each time. We’re looking into it.