Posts

Post not yet marked as solved
6 Replies
i think you guys may have to manually install the IPSW onto the phone for beta 1, like we all had to do originally before the profile was released. Have you guys tried that yet?
Post not yet marked as solved
22 Replies
They are all in one controller. Is it SecondViewController ? Or another one ?Everything is in the SecondViewController.Where do you see ? In IB or in the running app ?When i run the test, i run it through my iPhone X, and thats where the segmented control shows up; on both the storyboard and within the test run of the actual app.You cannot show them when running the app or in IB ?The collection view cells show up in the IB, but not when running the app.If you cannot show the full code (not just viewDidLoad), sorry, impossible to help you.That code i wrote is all of the secondviewcontroller code. Theres nothing else written in there. I am unsure of what to write to get the cells to show up. Everything else is showing up without me having to add any extra code into the SecondViewController
Post not yet marked as solved
75 Replies
i'm having the same problem. Unable to install any updates on my 2018 15-inch MacBook Pro, even after uninstalling and reinstalling the profile.
Post not yet marked as solved
75 Replies
this didnt work for me at all :/
Post not yet marked as solved
22 Replies
Heres the code for the second view controller:import UIKit class SecondViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() } }i have on the actual scene in the IB, the collection view, the collection view cells, and a segmented control. The segmented control shows up in the tests and i have no issues with it. and when i test the collection view by changing the background color, it shows up. It's just the cells that i cant get to show up.When i connect the datasource and delegate, im connecting the collection view to the scene that it's in, which is the SecondViewController. It is specifically the datasource connection that causes problems with the app when i tap on the tab.
Post not yet marked as solved
22 Replies
when i connect the datasource and delegate through the IB, and tap on the tab, i get the error "libc++abi.dylib: terminating with uncaught exception of type NSException" and then it opens the AppDelegate.swift and highlights the first line with the error "Thread 1: signal SIGABRT." and if i declare the collectionview protocols, i am clueless what to put in the code for the indexpath...if i just do the delegate through the IB, and run the app, i have no issues, its specifically the datasource connection that makes the app crash.
Post not yet marked as solved
22 Replies
What should i be defining the delegate and datasource as? Everytime i set the delegate and datasource to the view controller, and i run the test, the moment i tap on that tab with the collectionview, it crashes the app and xcode gives me an error