Post not yet marked as solved
Hi I am trying to publish parts ore my hole iCloud on a Website. I am looking for days to finde a way to do that. I am hosting the Website from a Mac mini with macOS X Server. The easiest way I see is with CloudKit. Has anyone an idea?
In the end something like https://www.icloud.com would be exactly what I want. But how? XD
Ps: i am open for everything. Can be done over app (Xcode) can be done with server stuff what i have no idea about... Everything
Post not yet marked as solved
Could not export API server SSL certificate: Error Domain=XCSSecurity Code=-1 "OpenSSL: Error decrypting key
4342351404:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/533514bb11/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75.60.3/libressl-2.8/crypto/apple/hmac/hmac.c:188:
4342351404:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/533514bb11/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75.60.3/libressl-2.8/crypto/evp/evp_pbe.c:166:
4342351404:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/533514bb11/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75.60.3/libressl-2.8/crypto/pkcs12/p12_decr.c:83:
4342351404:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/533514bb11/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75.60.3/libressl-2.8/crypto/pkcs12/p12_decr.c:133:
" UserInfo={NSLocalizedDescription=OpenSSL: Error decrypting key
4342351404:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/533514bb11/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75.60.3/libressl-2.8/crypto/apple/hmac/hmac.c:188:
4342351404:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/533514bb11/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75.60.3/libressl-2.8/crypto/evp/evp_pbe.c:166:
4342351404:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/533514bb11/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75.60.3/libressl-2.8/crypto/pkcs12/p12_decr.c:83:
4342351404:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/533514bb11/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75.60.3/libressl-2.8/crypto/pkcs12/p12_decr.c:133:
}
Post not yet marked as solved
I'm using the Xcode server which shipped with Xcode 12.4.
I'm setting Xcode-server's bot to generate an ad-hoc build from my source code. That IPA file is working perfectly on iOS 13. But when I try to install on iOS14+ device it is giving me error like "Unable to install app".
I read somewhere that from iOS14 TLS 1.2 is mandatory, which is not in Xcode 12.4's Xcode server or even Xcode 13's server.
Can we manually update SSL for the Xcode server which is running locally? What will be the steps?
Post not yet marked as solved
Hello,
Im using Xcode 13.2.1 on a Mac Pro 2020 with macOS Monterey. Im a new developer learnings swift. I've been noticing that on my new project the main keeps on loading. ..
Anyone else had this issue before?
I am doing the Swift Landmarks app tutorial on Xcode 13.2.1 on my 2019 Macbook Pro. I am up to the Working with UI Controls section. Every time I add the following lines of code to ProfileSummary.swift:
@EnvironmentObject var modelData: ModelData
.
.
.
Divider()
VStack(alignment: .leading)
{
Text("Recent Hikes")
.font(.headline)
HikeView(hike: modelData.hikes[0])
}
and I then try to view the preview I repeatedly get a crash report and everything stops working. When I remove those lines of code everything goes back to working fine.
The crash report is in this attachment:
Translated Crash Report
^ That is the translated report. If you guys would like the full report I will post it. I am stuck and don't know what to do any help will be appreciated!
Post not yet marked as solved
I use Xcode 13.2.1 on macOS 12.3 Beta (21E5206e) and want to compile a watchOS-only application with Xcode Server.
The app runs on a simulator fine using UI of Xcode, but it fails on Xcode Server during the testing, because a destination isn't available. The server uses a command similar to this:
xcodebuild -scheme "MyApp" -destination 'id=3A6FF6DA-5EE5-41E0-83EB-573A212D9C08' test
So, I run this command in Terminal and get the following:
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -scheme "MyApp" -destination id=3A6FF6DA-5EE5-41E0-83EB-573A212D9C08 test
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ id:3A6FF6DA-5EE5-41E0-83EB-573A212D9C08 }
The requested device could not be found because no available devices matched the request.
Available destinations for the "MyApp" scheme:
{ platform:iOS Simulator, id:3A6FF6DA-5EE5-41E0-83EB-573A212D9C08, OS:15.2, name:iPhone 11 }
Ineligible destinations for the "MyApp" scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
Just to double check that I actually have the specified destination available for the project, I run:
xcodebuild -scheme "MyApp" -showdestinations
and get:
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -scheme "MyApp" -showdestinations
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
{ platform:iOS Simulator, id:3A6FF6DA-5EE5-41E0-83EB-573A212D9C08, OS:15.2, name:iPhone 11 }
Available destinations for the "MyApp" scheme:
{ platform:iOS Simulator, id:3A6FF6DA-5EE5-41E0-83EB-573A212D9C08, OS:15.2, name:iPhone 11 }
Ineligible destinations for the "MyApp" scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
Could somebody pinpoint to the problem? Why I'm getting The requested device could not be found because no available devices matched the request. if the device is actually available according to xcodebuild?
I tried:
to remove all simulators and create new ones
to remove DerivedData
to update target versions, I'm running iOS 15.2 and watchOS 8.3 on simulators, my application targets watchOS 8.0, so I changed it to 8.3 without any luck
to run using IDs and device specifiers without specific IDs of all my simulators
to specify in a Xcode Server bot specific simulators, or just "iOS simulators", or even my real connected device – neither worked
Post not yet marked as solved
I want to develop based on iOS and I did some verifications based on xCode Instruments firstly. But there are some confusions on the verification results.
I did the test to open a file in 1KB size.
The analysis results from xCode Instruments is as followings:
In "Disk Usage", it shows that there are 4KB "Page In" operations. (Please refer to P1.png attached)
In "Virtual Memory Trace", it shows totally 4-times of "File Backed Page In" operations, and each operation size is 16K. (Please refer to P2.png & P3.png attached)
That is, Size of "File Backed Page In" is around 4*16K=64KB.
I did similar tests on different size of files.
Every time the values of "Disk Usage"->"Page In" and "Virtual Memory Trace"->"File Backed Page In" are not matched (In this example, the two results are 4KB vs. 64KB).
I think that both values represent disk IO size of the process and they should be in the same value for the same process.
Why the values are different?
What are the differences between this two options in xCode Instrument tool?
Thanks.
Post not yet marked as solved
I just got a new MacMini M1 to replace an older one that was doing my automated builds for several projects. The bot works on the older MacMini, fails on the M1.
I go to the M1 and build directly in Xcode, and it fails with the same error. However, if I choose the 'Open using Rosetta' option in 'Get Info' for Xcode, it builds fine.
I realize what is happening is that likely there is a 3rd party dependency that hasn't updated to the correct architecture yet, and the CORRECT solution is to fix that. But I am not in control of that dependency so I am looking for a interim solution.
Is there anyway to do 'Open using Rosetta', but for an Xcode server bot?
Thanks in advance!
pj
Post not yet marked as solved
Hello, I am uploading an update of a test flight and it gives me this error in the final part. :(
It gives me the following legend in xcode
app store connection operation error error itms-90168: "null"
In the Packaging record that is generated....
Failed for distribution item with error "Error Domain=IDEFoundationErrorDomain Code=1
It generates that error right at the end, at the moment of finishing uploading the .ipa.
It generates a registry folder where the .ipa and several files come out.
Does anybody know what is it due to?
Thanks in advance
I will leave a little code of the last lines of the log with the idea that it can help something
2022-02-04 10:33:14 +0000 IDEDistributionItem init <DVTFilePath:0x7fb7460218c0:'/var/folders/8z/7bs_lwwj1pv9km22m1xstl1h0000gn/T/XcodeDistPipeline.~~~Jb9sT3/Root/Payload/NameApp.app/Frameworks/FirebaseInstallations.framework'> 2022-02-04 10:33:14 +0000 IDEDistributionItem init <DVTFilePath:0x7fb7d7f40070:'/var/folders/8z/7bs_lwwj1pv9km22m1xstl1h0000gn/T/XcodeDistPipeline.~~~Jb9sT3/Root/Payload/NameApp.app/Frameworks/FBSDKShareKit.framework'> 2022-02-04 10:33:14 +0000 IDEDistributionItem init <DVTFilePath:0x7fb78b7c5790:'/var/folders/8z/7bs_lwwj1pv9km22m1xstl1h0000gn/T/XcodeDistPipeline.~~~Jb9sT3/Root/Payload/NameApp.app/Frameworks/libswiftObjectiveC.dylib'> 2022-02-04 10:33:14 +0000 [OPTIONAL] Can't have a profile, not a bundle at <DVTFilePath:0x7fb78b7c5790:'/var/folders/8z/7bs_lwwj1pv9km22m1xstl1h0000gn/T/XcodeDistPipeline.~~~Jb9sT3/Root/Payload/NameApp.app/Frameworks/libswiftObjectiveC.dylib'> 2022-02-04 10:33:14 +0000 IDEDistributionItem init <DVTFilePath:0x7fb746034f60:'/var/folders/8z/7bs_lwwj1pv9km22m1xstl1h0000gn/T/XcodeDistPipeline.~~~Jb9sT3/Root/Payload/NameApp.app/Frameworks/FirebaseCoreDiagnostics.framework'> 2022-02-04 10:33:14 +0000 IDEDistributionItem init <DVTFilePath:0x7fb7d9e4bda0:'/var/folders/8z/7bs_lwwj1pv9km22m1xstl1h0000gn/T/XcodeDistPipeline.~~~Jb9sT3/Root/Payload/NameApp.app'> 2022-02-04 10:33:14 +0000 Processing step: IDEDistributionCreateManifestStep 2022-02-04 10:33:14 +0000 Skipping step: IDEDistributionCreateManifestStep because it said so
Hi,
Anyone else seeing Xcode Server initialise failing while configuring SSL certificates?
Failure: Could not export API server SSL certificate: Error Domain=XCSSecurity Code=-1 "OpenSSL: Error decrypting key
4369385004:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:<snip>
Same result after sudo xcscontrol --reset + restart
Xcode Server 13.1 or 13.2b
macOS Monterey 12.1 (21C5021h) on Intel or Apple
Post not yet marked as solved
I use the command to compile the project, and there will be errors:
/bin/sh -c /Users/lgh/Library/Developer/Xcode/DerivedData/OriginalSweeper-deuxhkhtebxhwzaspabzexwnpgcy/Build/Intermediates.noindex/ArchiveIntermediates/OriginalSweeper/IntermediateBuildFilesPath/OriginalSweeper.build/Release-iphoneos/OriginalSweeper.build/Script-3F94AC9F80668846F05679F5.sh
/bin/sh: /Users/lgh/Library/Developer/Xcode/DerivedData/OriginalSweeper-deuxhkhtebxhwzaspabzexwnpgcy/Build/Intermediates.noindex/ArchiveIntermediates/OriginalSweeper/IntermediateBuildFilesPath/OriginalSweeper.build/Release-iphoneos/OriginalSweeper.build/Script-3F94AC9F80668846F05679F5.sh: /bin/sh: bad interpreter: Bad address
** ARCHIVE FAILED **
The following build commands failed:
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/lgh/Library/Developer/Xcode/DerivedData/OriginalSweeper-deuxhkhtebxhwzaspabzexwnpgcy/Build/Intermediates.noindex/ArchiveIntermediates/OriginalSweeper/IntermediateBuildFilesPath/OriginalSweeper.build/Release-iphoneos/OriginalSweeper.build/Script-3F94AC9F80668846F05679F5.sh
(1 failure)
Post not yet marked as solved
For some reasons it is required to send binary files from iOS app to MacOS Command line tool (CLT) app for the computation of data and also send back the computed results from maxOS CLT app to the iOS app.
a) what is preferred way (using tools & framework from apple)?
b) If it's not easy to achieve this using apple tools and frameworks; will "Vapor" be useful for this task?
Post not yet marked as solved
While running the app from Xcode, I am getting an error as the Build input file cannot be found.
I have tried deleting the DerivedData folder entirely and re-run the app.
Added arm64 and x86_64 in the Excluded architecture. But the error is still not resolved. Any workarounds.
Note: It occurs when archiving as well as when I try to run the app in simulator as well
Showing All Errors Only
Build input file cannot be found: '/Users/name/Library/Developer/Xcode/DerivedData/application-dhdivlzaazbgnkkglsibo/Build/Products/Debug-iphonesimulator/Application.app/Application'
OS: macOS Big Sur (m1)
Version: 11.3.1
Post not yet marked as solved
I was trying to install Xcode from the App Store. I somewhat managed to download the app but got stuck on the installation process. I have tried everything I could think of like resetting/restarting my device, stopping/cancelling and re-downloading the App (but this resulted in starting the download from 0, each time.)
after restart mac xcode status
Post not yet marked as solved
I'm interested in finding how to pair the real device to Xcode 13 to learn how to develop a watchOS 7 App. I click the option to build for real device and receive a system prompt to pair the device. How do I pair the the watch ?
Post not yet marked as solved
Trying to get XCUI testing builds running. Test Fails with a screenshot showing the "Use Bluetooth" popup but app is not visible in it, only icon on the springboard.
Perusing the logs the only helpful line I can find is:
*** Terminating app due to uncaught exception 'Halted', reason: 'Protection is missing from non-development build' ***
I could not find any information about this crash via Google. I originally had done a Debug build, tried with a Release build and same result.
The crash report didn't really have anything useful either, excerpt:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Application Specific Information:
abort() called
Thread 0 name: Dispatch queue: com.apple.main-thread
Is this related to the entitlements and Data Protection? Any other ideas?
Post not yet marked as solved
I tried to initialise Xcode Server on mac-mini 2020 M1 and got error. Xcode 13.1, macOS Monterey 12.0.1. I tried to upgrade libressl with no luck and have no idea what to do (system has new version but xcscontrol still using libressl-2.8)
sudo xcscontrol --initialize /Volumes/Lacia/XcodeServer --build-service-user xcodeserver
objc[28026]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x1fa64f130) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103fcc2c8). One of the two will be used. Which one is undefined.
objc[28026]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x1fa64f180) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103fcc318). One of the two will be used. Which one is undefined.
*** (1/29) [START] Verifying that Xcode is accessible
(1/29) [END - 0.09s] Verifying that Xcode is accessible
*** (2/29) [START] Checking if Xcode version is supported
(2/29) [END - 0.00s] Checking if Xcode version is supported
*** (3/29) [START] Checking for Rosetta
(3/29) [END - 0.00s] Checking for Rosetta
*** (4/29) [START] Running xcode-select --switch for /Applications/Xcode.app
*** (5/29) [START] Enabling developer mode
*** (6/29) [START] Creating default service data directories
(6/29) [END - 0.00s] Creating default service data directories
*** (7/29) [START] Creating a symlink to the current Xcode application path
*** (8/29) [START] Preparing control integrations
(7/29) [END - 0.00s] Creating a symlink to the current Xcode application path
(8/29) [END - 0.00s] Preparing control integrations
*** (9/29) [START] Configuring CouchDB
*** (10/29) [START] Configuring Redis
*** (11/29) [START] Configuring Apache
*** (12/29) [START] Configuring service launchd jobs
(11/29) [END - 0.00s] Configuring Apache
(10/29) [END - 0.00s] Configuring Redis
(9/29) [END - 0.00s] Configuring CouchDB
(12/29) [END - 0.00s] Configuring service launchd jobs
*** (13/29) [START] Creating service groups
*** (14/29) [START] Configuring CouchDB to use all cores
*** (15/29) [START] Configuring logging
(14/29) [END - 0.00s] Configuring CouchDB to use all cores
(15/29) [END - 0.00s] Configuring logging
(5/29) [END - 0.01s] Enabling developer mode
(13/29) [END - 0.01s] Creating service groups
*** (16/29) [START] Creating service users
(4/29) [END - 0.01s] Running xcode-select --switch for /Applications/Xcode.app
(16/29) [END - 1.72s] Creating service users
*** (17/29) [START] Configuring SSL certificates
(17/29) [END - 4.88s] FAILED: Configuring SSL certificates
Failed: Could not export API server SSL certificate: Error Domain=XCSSecurity Code=-1 "OpenSSL: Error decrypting key
4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188:
4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166:
4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83:
4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133:
" UserInfo={NSLocalizedDescription=OpenSSL: Error decrypting key
4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188:
4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166:
4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83:
4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133:
}
Total time: 6.70 seconds
Error initializing service: Could not export API server SSL certificate: Error Domain=XCSSecurity Code=-1 "OpenSSL: Error decrypting key
4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188:
4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166:
4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83:
4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133:
" UserInfo={NSLocalizedDescription=OpenSSL: Error decrypting key
4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188:
4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166:
4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83:
4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133:
}
Hello i have a big problem i can't get around.
I Really need your guys help please!! i would be so happy.
Post not yet marked as solved
I've received this message when I try to run the program:
"Failed to install the requested application
The bundle identifier of the application could not be determined.
Ensure that the application's Info.plist contains a value for CFBundleIdentifier."
What I can do to fix it?
Post not yet marked as solved
I can’t seem to create any bot with Xcode 13 on macOS Monterey. The error message was “The server is currently unable to build for any platforms...”
The app I was trying to build was the standard macOS SwiftUI application, straight from the template code.
What seems to be the problem here?