Posts

Post not yet marked as solved
3 Replies
1.2k Views
Hi,I want to know if there is a component to create a terminal.I don't need the autocompletition, a simple version of a terminal is ok.Do you have hints about it?Thank you very muchAngelo
Posted
by Manangel.
Last updated
.
Post not yet marked as solved
0 Replies
266 Views
Hi, I'm trying to update the application on apple store using a script in my ci infrastructure.the version is the same, I've changed only the build version.I've created the ipa, and after I have executed:xcrun altool --upload-app --type ios -f "build/hICNTools.ipa" -u $USERNAME -p "$PASSWORD" --verboseafter that I obtain:Error: code -18000 (ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [1.0] in the Info.plist file must contain a higher version than that of the previously approved version [1.0]. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring")If I change the version string (i.e. i set 1.1) I need to create another entry in the https://appstoreconnect.apple.comwhere I can select the uploaded bundle.Can you tell me how I can automate the release of an update?Thank you very muchAngelo
Posted
by Manangel.
Last updated
.
Post not yet marked as solved
0 Replies
682 Views
Hi,i'm trying to open with a button an other window.this new window has a xib and a delegate class.practically I want to open the following application in my application clicking to a button.https://github.com/blishen/TableViewPopupI need a reference to the delegato to pass data to fill the table.Thank you very much for your helpAngelo
Posted
by Manangel.
Last updated
.