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
{{ message }}
This repository has been archived by the owner on Jul 26, 2019. It is now read-only.
After making a number of fixes to a language I don't really know, I managed to make it compile. However now I'm having some issues processing a commandline that looks like this.
I get 'Need parameters for ipa path and new provisioning profile'.
Which I trace to validateArgs in IPTCommandResign.swift, other digging in that function seems to imply that 'resign' should have been removed from the args array (it tests args members 0 and 1 to make sure they are readable files.. however 1 at this point is 'resign').
This leads me to convertArgsForCompatibility, where .. frankly I don't understand this at all..starting with
XCode surfaces 20 issues. Many of them are similar to 'AnyObject?' is not convertible to 'SOMETYPE'; did you mean to use 'as!' to force downcast.
The text was updated successfully, but these errors were encountered: