1and2papa / CTAssetsPickerController

iOS control that allows picking multiple photos and videos from user's photo library.
MIT License
2.15k stars 550 forks source link

Error when build for device(not Simulator) #185

Closed EggmanQi closed 8 years ago

EggmanQi commented 8 years ago
dyld`dyld_fatal_error:
->  0x12000d088 <+0>: brk    #0x3

dyld: Library not loaded: @rpath/Pods.framework/Pods Referenced from: /var/mobile/Containers/Bundle/Application/A741FA53-2420-42BF-84A7-EAE546ADDBCC/CTAssetsPickerDemo.app/CTAssetsPickerDemo Reason: image not found


Try solution Not work

EggmanQi commented 8 years ago

Solution: http://stackoverflow.com/questions/29126835/swift-framework-depending-on-cocoa-pod/29463810#29463810

1and2papa commented 8 years ago

@EggmanQi I am not quite understand the issue. It seems to me that it is issue of Cocoapods or project settings.