google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.8k stars 294 forks source link

No such module 'Promises' when archiving #128

Closed cjvalera closed 4 years ago

cjvalera commented 4 years ago

I'm getting a No such module 'Promises' error when archiving my application. Running the application normally works fine.

I looked into this issue more and I see that it cannot find the Promise framework in Release-iphoneos folder in DerivedData. How can I make sure Promise is also copied when building.

cjvalera commented 4 years ago

This issue was fixed by recompiling the dependencies.