Larkin
Larkin
> Need a sample app. I just create a new project using: ~~~ pod lib create HMIApp-DemoApp ~~~ then I change the .podspec file to : ~~~# # Be sure...
I check the source code and I found these: - this is where the error happened https://github.com/CocoaPods/CocoaPods/blob/b812daedb782a5d808807db327aa1d8c01852e09/lib/cocoapods/target.rb#L118 - this is where the "true" value comes from: https://github.com/CocoaPods/cocoapods-packager/blob/f95c6c2322614abb8e3085d7dfa01d4695db3178/lib/cocoapods-packager/pod_utils.rb#L161 - but the...