Bootstrap 4 custom build generator / download [duplicate]

As discussed here on Stack Overflow, there will not be a customizer for Bootstrap 4. This means that you’ll have to build the Sass files manually. This can be achieved with the sass npm package, for example. I’ve also created a tool that handles compiling the Sass and vendor prefixing, which I’ve been using to … Read more

Xcode 8.1 beta 3 – AQDefaultDevice messages [duplicate]

A cleaner solution (than the one given by user6026720) that fixes Simulator logs without affecting Device logs is available at https://stackoverflow.com/a/39651073/1033581: Under Product > Scheme > Edit Scheme… > Run, set the OS_ACTIVITY_MODE environment variable to ${DEBUG_ACTIVITY_MODE} so it looks like this: Go to your project build settings, and click + to add a User-Defined … Read more

Add a border with cornerRadius to an Image in SwiftUI Xcode beta 5

SwiftUI 1.0 Using cornerRadius & overlay Modifiers Here is another way in which we can use a cornerRadius modifier (which clips the view) and then overlay a stroke with a color. VStack(spacing: 40) { Text(“Image Border”).font(.largeTitle) Text(“Using cornerRadius & overlay”).font(.title).foregroundColor(.gray) Text(“Using cornerRadius will also clip the image. Then overlay a border.”) .frame(minWidth: 0, maxWidth: .infinity) … Read more

iOS 12 not supported by Xcode 9.4 : Could not locate device support files

iOS 12 is only supported by the beta of Xcode 10 or higher. If you want to use your iPhone 8 with this iOS version (NOT RECOMMENDED) with your Xcode 9.4 you can try to download the last beta of Xcode 10 and after connecting the iPhone to the mac go to this folder: /Applications/Xcode10.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport … Read more

What kind of Certifcate and Provisioning Profile is needed for an iOS Apple TestFlight release?

The Apple Technical Note TN2407 has a section titled “Submitting your app for publishing to TestFlight” and in this section Apple says: TestFlight apps submitted to iTunesConnect need to be signed with an App Store Distribution Profile. TestFlight no longer accepts apps submitted with an Ad Hoc profile. So the situation is now unambiguous: you … Read more

Xcode – Error creating LLDB target

Did you use Architectures=$(ARCHS_STANDARD_32_BIT) and run your app on a 64 bit device? (iPhone 5S or iPhone 5S simulator) Apple seems to be stricter with apps which don’t support 64bit. So if there is no specific reason, I think it’s better to include arm64 in your build architecture NOTE ABOUT 64-BIT ARCHITECTURE An app extension … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)