C++ debugging CIN in Xcode
I can only post this as I have a new account Hey if there is anyone who uses Xcode for CPP PLEASE HELP ME I have searched everywhere and can not figure out what I am doing wrong. I want…
I can only post this as I have a new account Hey if there is anyone who uses Xcode for CPP PLEASE HELP ME I have searched everywhere and can not figure out what I am doing wrong. I want…
i updated os 12.3 to 13.1, xcode 13.1 to 14.1 and installed commandline tools, react native app running through xcode but not running with command line, getting below error 2022-12-13 16:36:47.584 xcodebuild[3616:20381] Writing error result bundle to /var/folders/zn/6l6295m57kb3vn_8pyn8xtbr0000gn/T/ResultBundle_2022-13-12_16-36-0047.xcresult xcodebuild: error:…
20-BED8-37C2EE174CFE/Runner.app/Frameworks/OneSignalExtension.framework/OneSignalExtension' (no such file), '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OneSignalExtension.framework/OneSignalExtension' (no such file) Library not loaded: @rpath/OneSignalExtension.framework/OneSignalExtension
Getting the error below when trying to validate/distribute to Apple Store from Xcode
Context: We have an Xcode projet that builds an iOS app and a few app extensions. We also have some shared code in Xcode frameworks, that have the flag APPLICATION_EXTENSION_API_ONLY on (so that we can use it in the app…
I understand to provide code for the error but this error Cannot convert return expression of type '()' to return type 'Bool' is for multiple files, even files that have no code just a class view controller declaration. Picture is…
I'm smashing my head against the wall for the past 3 hours trying to figure this out. After watching countless tutorials, I still can't seem to figure out why this XIB cell cannot show both labels on the tableview. XIB…
i have a very complicated issue for a beginner. firstly I have this result from json { "success": true, "timeframe": true, "start_date": "2018-01-01", "end_date": "2018-01-05", "source": "TRY", "quotes": { "2018-01-01": { "TRYEUR": 0.21947 }, "2018-01-02": { "TRYEUR": 0.220076 }, "2018-01-03":…
i want to show only 5 posts from my Wordpress Website into CollectionView in my Swift app. i am very new to Swift. i have set this as url https://www.sikhnama.com/wp-json/wp/v2/posts/?categories=4&per_page=5 and this get only 5 posts from Wordpress but in…
I have a custom UICollectionViewCell that I use in two places throughout my project. Both UICollectionViewCell's are the same apart from showing a UIButton. To reduce duplication of code I want to use the cell in both places but initialize…