You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've run into troubles installing library as a static library (e.g. don't use use_frameworks!).
The error log:
Unable to run command 'StripNIB ActionCell.nib' - this target might include its own product.
Unable to run command 'StripNIB ActionCell~iphone.nib' - this target might include its own product.
Unable to run command 'StripNIB ActionCell~ipad.nib' - this target might include its own product.
Unable to run command 'StripNIB ActionSheetView.nib' - this target might include its own product.
Unable to run command 'StripNIB ActionSheetView~iphone.nib' - this target might include its own product.
Unable to run command 'StripNIB ActionSheetView~ipad.nib' - this target might include its own product.
Unable to run command 'StripNIB TextFieldCell.nib' - this target might include its own product.
Unable to run command 'StripNIB TextFieldCell~iphone.nib' - this target might include its own product.
Unable to run command 'StripNIB TextFieldCell~ipad.nib' - this target might include its own product.
With use_frameworks! it's compiling!
Xcode 9.3.1
Cocoapods 1.5.2
The text was updated successfully, but these errors were encountered:
I didn't look into this in detail tbh, after one of the cocoapods maintainers commented on the linked issue, I made a simple test project without use_frameworks! in the Podfile, saw that a .a file was generated and was able to display alerts.
Hi, I've run into troubles installing library as a static library (e.g. don't use use_frameworks!).
The error log:
With use_frameworks! it's compiling!
Xcode 9.3.1
Cocoapods 1.5.2
The text was updated successfully, but these errors were encountered: