Post marked as solved
8.1k
Views
I'm still learning how to code and would love to get recommendations on how to learn swift/swiftui for iOS/macOS app development. Any recommendations are welcome :)
Post marked as Apple Recommended
112k
Views
Hey guysI’ve been trying to pay for Apple Developer Program enrollment for about a week and still no luck. As well as I got from a small talk with the customer support – Apple never got my money. So it seems like my payment authorization fails all the time. But I don’t know what’s really going on.Have any of you ever had issues like that?Or maybe you just know what’s going on and how to fix it?
Post marked as solved
4.5k
Views
Is it possible to use CoreData with the newly announces SwiftUI App Protocol for 100% SwiftUI apps. If I need to create an app with persistant storage, is there a way to achieve this with the new protocol? I like the idea of having my app fully compatable across all systems.
Thanks.
Post marked as solved
9.5k
Views
I installed the profile for macOS Big Sur, but I got updated to Catalina beta 10.15.6 beta instead.
Is it possible to install the Big Sur beta already?
Post marked as Apple Recommended
1.2k
Views
I'm following the Widgets Code-Along and at the end of part 1 Izzy uses .isPlaceholder as an easy way to show the widget placeholder but when I try it, it doesn't seem to be available yet.
Am I missing something or is this feature coming in a future beta?
Post marked as solved
2.1k
Views
Anyone encountering an issue with Big Sur and the terminal failing to present a shell some reasonably short time after boot?
Initially works no problems, after a while new Terminal windows open fine but the shell never loads and you're left looking at a cursor.
Post marked as Apple Recommended
40k
Views
I've heard people talking about them before, but exactly what does it refer to? I think it refers to filing something on bugreport.apple.com; am I correct?
Post marked as solved
1.6k
Views
Running a project from Xcode 12 seems to be very slow during launch. Even the example projects from Apple.
Basically it feels as if the app is stuck on the launch screen?
However, if I unplug from my Mac and just launch via tapping on the App icon, it's super fast.
Anyone is having the same issue?
Post marked as solved
1.5k
Views
After the upgrade from Beta 6 to Beta 7 I am not able to connect to any smb-shares any more. I tried it with a Windows Server, Synology DriveStation and a Debian implementation. I'm directly getting the message Error with connection.
Post marked as solved
295
Views
Anyone else having problems to play youtube videos within Safari in the Big Sur Beta 10?
No matter what video I choose, it always states an error occured. Only happens since Beta 10.
Post marked as solved
1.4k
Views
Hello,
we are in the process of releasing a new application in the App Store.
I can archive and upload the build ok straight from xcode but then I get this issue:
Dear Developer,
We identified one or more issues with a recent delivery for your app, "McFamily" 3.2.1 (354). Please correct the following issues, then upload again.
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
Best regards,
The App Store Team The thing is that
we are not using UIWebView in our code.
We are using some pods that are using it but those should be in their last version.
Here is the pod file:
Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
Uncomment the next line to ignore all warnings from all pods
inhibit_all_warnings!
Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
def pods_base
	pod 'Kingfisher'
	pod 'RSKImageCropper'
	pod 'IHKeyboardAvoiding'
	pod 'RealmSwift'
	pod 'Liferay-iOS-SDK', '~> 7.2.2'
	pod 'LiferayScreens'
	pod 'ActiveLabel'
	pod 'SwiftLinkPreview'
	pod 'AppCenter'
	pod 'Firebase/Analytics'
end
target 'Ourlounge' do
pods_base
target 'OurloungeTests' do
inherit! :search_paths
end
end
post_install do |installer|
		installer.pods_project.targets.each do |target|
				target.build_configurations.each do |config|
				end
		end
end
The thing is that we publish this code base for other apps (that target other markets/countries) and have no issues when releasing updates for those other apps.
Any help on how to proceed would be very much appreciated.
Post marked as solved
1.7k
Views
I have noticed a strange problem today. I have uploaded a build of my app to TestFlight for internal testing using Xcode 12 beta 3. The app has widgets and if I run the app locally from Xcode widgets are working on device.
However, when I install a beta from TestFlight the widgets are not suggested by iOS and I can see in the logs that the widgets are actually crashing (something is going on with WidgetKit in the crash logs).
This has started only with beta 3, I have previously used TestFlight with widgets in beta 1 and beta 2.
Does anyone else have this problem? My feedback number is FB8122742.
Post marked as solved
859
Views
It seems that AppDelegate and SceneDelegate are no longer needed in Swift UI in Xcode 12. I'm having trouble figuring out how to build an iCloud/Core Data enabled application with Swift UI. Is there a video/tutorial/guide on implementing Core Data or Cloudkit with the new Swift UI frameworks yet?
Post marked as solved
2.2k
Views
SwiftUI previews don't seem to work in Xcode 12, beta 5, when using Firebase Analytics. The app builds and runs fine to simulator or device, but fails generating SwiftUI preview for a widget with the following message:
ld: in /Users/../.../Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector(FIRAnalyticsConnector_e321ed8e3db06efc9803f6c008e67a34.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/.../.../Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
It was working fine in beta 4. Anyone else seen this? Any ideas?
Post marked as solved
1.1k
Views
I recently did a factory reset on my Macbook Pro and I'm trying to get the xcode command line developer tools back.
When I run xcode-select --version I get the following:
xcode-select version 2373. Even though I have a version number for xcode-select (2373) I don't seem to have access to basic developer tools. For example, here is what happens when I try to use git.
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools. This prompts me to install the command line developer tools. When I click install I get the following error.
Can’t install the software because it is not currently available from the Software Update server. I also run into the exact same issue when I run xcode-select --install.
Note: I'm currently running macOS Catalina Version 10.15.6