leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Use ":binary => true" to report an error #151

Open PggMan opened 2 years ago

PggMan commented 2 years ago

When I configure the podfile, "pod'AFNetworking/NSURLSession', '4.0.1' :binary => true". It reported an error:

[!] Invalid Podfile file: syntax error, unexpected':', expecting end ...-party-podspecs/glog.podspec' :binary => true ... ...................................................^.

PggMan commented 2 years ago

I Know: pod'AFNetworking/NSURLSession', '4.0.1', :binary => true .............................................................................. ^